projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64ec8b2
)
(File Local Variables): Suggest using booleanp.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 2 May 2006 00:08:17 +0000
(
00:08
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 2 May 2006 00:08:17 +0000
(
00:08
+0000)
lispref/variables.texi
patch
|
blob
|
history
diff --git
a/lispref/variables.texi
b/lispref/variables.texi
index c2abdf0563ddd2da985270df1e4af14614ca5073..5b4b779448e328e73da327e6322cc76edab4799b 100644
(file)
--- a/
lispref/variables.texi
+++ b/
lispref/variables.texi
@@
-1783,7
+1783,8
@@
a function of one argument; any value is safe if the function
returns non-@code{nil} given that value. Many commonly encountered
file variables standardly have @code{safe-local-variable} properties,
including @code{fill-column}, @code{fill-prefix}, and
-@code{indent-tabs-mode}.
+@code{indent-tabs-mode}. For boolean-valued variables that are safe,
+use @code{booleanp} as the property value.
@defopt safe-local-variable-values
This variable provides another way to mark some variable values as